Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseObjectMappingCollection<T> Class / Disposed Event

In This Topic
    Disposed Event (BaseObjectMappingCollection<T>)
    In This Topic
    Represents the method that handles the Disposed event of a component.
    Syntax
    'Declaration
     
    
    Public Event Disposed As EventHandler
    public event EventHandler Disposed
    See Also